home *** CD-ROM | disk | FTP | other *** search
Text File | 1992-07-15 | 614 b | 51 lines | [TEXT/MPS ] |
- resource 'DLOG' (128) {
- {40, 40, 214, 284},
- documentProc,
- visible,
- noGoAway,
- 0x0,
- 128,
- "New Dialog"
- };
-
- resource 'DITL' (128) {
- { /* array DITLarray: 6 elements */
- /* [1] */
- {8, 8, 28, 99},
- StaticText {
- disabled,
- "EditText 1:"
- },
- /* [2] */
- {8, 120, 31, 224},
- EditText {
- enabled,
- ""
- },
- /* [3] */
- {144, 96, 164, 156},
- Button {
- enabled,
- "OK"
- },
- /* [4] */
- {144, 160, 164, 220},
- Button {
- enabled,
- "Cancel"
- },
- /* [5] */
- {5, 117, 34, 227},
- UserItem {
- enabled
- },
- /* [6] */
- {144, 10, 165, 88},
- CheckBox {
- enabled,
- "Hide It?"
- }
- }
- };
-
-